EinhugurJWT.DecodeRaw Method
Decodes and optionally validates JSON Web Token and returns the claim data as raw JSON data instead of as claims.
Parameters
- params
- Parameters to specify how to decode and what to validate.
- skipValidation
- If set to true then validation will not be done.
Returns
- EinhugurJWT.JWTRawResult
- JWTRawResult instance or exception is thrown.
Remarks
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS
See Also
EinhugurJWT Module